home *** CD-ROM | disk | FTP | other *** search
- cls
- @echo off
- @echo ╔═══════════════════════════════════════════════╗
- @echo ║ Industrial Killers Installation & Play Notes ║
- @echo ╚═══════════════════════════════════════════════╝
- @echo .
- @echo .
- @echo Select from one of the following options:
- @echo 1. Install
- @echo 2. Run
- @echo 3. Notes
- @echo 4. E(X)it
- @echo .
- @echo Please enter a choice: 1,2,3,4
- choice /c:1234xri /n
- if errorlevel 7 goto vpi
- if errorlevel 6 goto vpr
- if errorlevel 5 goto end
- if errorlevel 4 goto end
- if errorlevel 3 goto w95
- if errorlevel 2 goto vpr
- if errorlevel 1 goto vpi
-
- :vpi
- @echo off
- cls
- @echo .
- @echo ╔══════════════════════════════════════════╗
- @echo ║ Please enter the letter of the HARD ║
- @echo ║ DRIVE you wish to install to. ║
- @echo ║ C is the most common response: ║
- @echo ║ (C-Z are valid choices) ║
- @echo ╚══════════════════════════════════════════╝
- @echo .
- @echo Enter Choice [default=C]:
- @echo Type CTRL-C to exit
- choice /c:cdefghijklmnopqrstuvwxyz /n
- if errorlevel 24 goto dos24
- if errorlevel 23 goto dos23
- if errorlevel 22 goto dos22
- if errorlevel 21 goto dos21
- if errorlevel 20 goto dos20
- if errorlevel 19 goto dos19
- if errorlevel 18 goto dos18
- if errorlevel 17 goto dos17
- if errorlevel 16 goto dos16
- if errorlevel 15 goto dos15
- if errorlevel 14 goto dos14
- if errorlevel 13 goto dos13
- if errorlevel 12 goto dos12
- if errorlevel 11 goto dos11
- if errorlevel 10 goto dos10
- if errorlevel 9 goto dos9
- if errorlevel 8 goto dos8
- if errorlevel 7 goto dos7
- if errorlevel 6 goto dos6
- if errorlevel 5 goto dos5
- if errorlevel 4 goto dos4
- if errorlevel 3 goto dos3
- if errorlevel 2 goto dos2
- if errorlevel 1 goto dos1
-
- :dos24
- CD\IK
- MD Z:\IK
- XCOPY *.* /S Z:\IK
- goto end
-
- :dos23
- CD\IK
- MD Y:\IK
- XCOPY *.* /S Y:\IK
- goto end
-
- :dos22
- CD\IK
- MD X:\IK
- XCOPY *.* /S X:\IK
- goto end
-
- :dos21
- CD\IK
- MD W:\IK
- XCOPY *.* /S W:\IK
- goto end
-
- :dos20
- CD\IK
- MD V:\IK
- XCOPY *.* /S V:\IK
- goto end
-
- :dos19
- CD\IK
- MD U:\IK
- XCOPY *.* /S U:\IK
- goto end
-
- :dos18
- CD\IK
- MD T:\IK
- XCOPY *.* /S T:\IK
- goto end
-
- :dos17
- CD\IK
- MD S:\IK
- XCOPY *.* /S S:\IK
- goto end
-
- :dos16
- CD\IK
- MD R:\IK
- XCOPY *.* /S R:\IK
- goto end
-
- :dos15
- CD\IK
- MD Q:\IK
- XCOPY *.* /S Q:\IK
- goto end
-
- :dos14
- CD\IK
- MD P:\IK
- XCOPY *.* /S P:\IK
- goto end
-
- :dos13
- CD\IK
- MD O:\IK
- XCOPY *.* /S O:\IK
- goto end
-
- :dos12
- CD\IK
- MD N:\IK
- XCOPY *.* /S N:\IK
- goto end
-
- :dos11
- CD\IK
- MD M:\IK
- XCOPY *.* /S M:\IK
- goto end
-
- :dos10
- CD\IK
- MD L:\IK
- XCOPY *.* /S L:\IK
- goto end
-
- :dos9
- CD\IK
- MD K:\IK
- XCOPY *.* /S K:\IK
- goto end
-
- :dos8
- CD\IK
- MD J:\IK
- XCOPY *.* /S J:\IK
- goto end
-
- :dos7
- CD\IK
- MD I:\IK
- XCOPY *.* /S I:\IK
- goto end
-
- :dos6
- CD\IK
- MD H:\IK
- XCOPY *.* /S H:\IK
- goto end
-
- :dos5
- CD\IK
- MD G:\IK
- XCOPY *.* /S G:\IK
- goto end
-
- :dos4
- CD\IK
- MD F:\IK
- XCOPY *.* /S F:\IK
- goto end
-
- :dos3
- CD\IK
- MD E:\IK
- XCOPY *.* /S E:\IK
- goto end
-
- :dos2
- CD\IK
- MD D:\IK
- XCOPY *.* /S D:\IK
- goto end
-
- :dos1
- CD\IK
- MD C:\IK
- XCOPY *.* /S C:\IK
- goto end
-
-
- :vpr
- @echo off
- cls
- @echo .
- @echo ╔══════════════════════════════════════════╗
- @echo ║ Please enter the letter of the HARD ║
- @echo ║ DRIVE you installed to. ║
- @echo ║ C is the most common response: ║
- @echo ║ (C-Z are valid choices) ║
- @echo ╚══════════════════════════════════════════╝
- @echo .
- @echo Enter Choice [default=C]:
- @echo Type CTRL-C to exit
- choice /c:cdefghijklmnopqrstuvwxyz /n
- if errorlevel 24 goto bar24
- if errorlevel 23 goto bar23
- if errorlevel 22 goto bar22
- if errorlevel 21 goto bar21
- if errorlevel 20 goto bar20
- if errorlevel 19 goto bar19
- if errorlevel 18 goto bar18
- if errorlevel 17 goto bar17
- if errorlevel 16 goto bar16
- if errorlevel 15 goto bar15
- if errorlevel 14 goto bar14
- if errorlevel 13 goto bar13
- if errorlevel 12 goto bar12
- if errorlevel 11 goto bar11
- if errorlevel 10 goto bar10
- if errorlevel 9 goto bar9
- if errorlevel 8 goto bar8
- if errorlevel 7 goto bar7
- if errorlevel 6 goto bar6
- if errorlevel 5 goto bar5
- if errorlevel 4 goto bar4
- if errorlevel 3 goto bar3
- if errorlevel 2 goto bar2
- if errorlevel 1 goto bar1
-
- :bar24
- Z:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar23
- Y:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar22
- X:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar21
- W:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar20
- V:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar19
- U:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar18
- T:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar17
- S:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar16
- R:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar15
- Q:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar14
- P:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar13
- O:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar12
- N:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar11
- M:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar10
- L:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar9
- K:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar8
- J:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar7
- I:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar6
- H:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar5
- G:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar4
- F:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar3
- E:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar2
- D:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
- :bar1
- C:
- CD\IK
- CALL GO.BAT
- pause
- goto end
-
-
- :w95
- CLS
- CD\IK
- TYPE HINTS.TXT |more
- PAUSE
- goto end
-
- :end
-